home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / sharewar / hnet / hnetinfo.exe / {app} / HDownload / Hdownload.CSY / RCDATA / TFREESPACELIMIT / TFREESPACELIMIT.txt
Text File  |  2002-06-23  |  1KB  |  68 lines

  1. object FreeSpaceLimit: TFreeSpaceLimit
  2.   Left = 135
  3.   Top = 149
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Limit voln∩┐╜ho m∩┐╜sta'
  7.   ClientHeight = 82
  8.   ClientWidth = 459
  9.   Color = clBtnFace
  10.   ParentFont = True
  11.   OldCreateOrder = True
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object OKBtn: TButton
  16.     Left = 297
  17.     Top = 54
  18.     Width = 76
  19.     Height = 24
  20.     Caption = 'OK'
  21.     Default = True
  22.     ModalResult = 1
  23.     TabOrder = 0
  24.   end
  25.   object CancelBtn: TButton
  26.     Left = 380
  27.     Top = 54
  28.     Width = 75
  29.     Height = 24
  30.     Cancel = True
  31.     Caption = 'Storno'
  32.     ModalResult = 2
  33.     TabOrder = 1
  34.   end
  35.   object GroupBox1: TGroupBox
  36.     Left = 0
  37.     Top = 0
  38.     Width = 459
  39.     Height = 49
  40.     Align = alTop
  41.     Caption = 'Voln∩┐╜ Limit'
  42.     TabOrder = 2
  43.     object Label1: TLabel
  44.       Left = 10
  45.       Top = 19
  46.       Width = 308
  47.       Height = 13
  48.       Caption = 'Ukon∩┐╜it b∩┐╜∩┐╜c∩┐╜ projekt, pokud velikost voln∩┐╜ho m∩┐╜sta klesne pod:'
  49.     end
  50.     object Label2: TLabel
  51.       Left = 434
  52.       Top = 20
  53.       Width = 16
  54.       Height = 13
  55.       Caption = 'MB'
  56.     end
  57.     object Edit1: TEdit
  58.       Left = 388
  59.       Top = 16
  60.       Width = 40
  61.       Height = 21
  62.       TabOrder = 0
  63.       Text = '30'
  64.       OnChange = Edit1Change
  65.     end
  66.   end
  67. end
  68.